Pro-Cloud API Web Service
Method/ProCloudWS.asmx/EinInfoStatusHistoryGet
Pro-Cloud API Web Service > All Operations Resource Group : /ProCloudWS.asmx/EinInfoStatusHistoryGet (Method)
Description
This web method is used for obtaining status history information for a given asset number.
Request (EinInfoStatusHistoryGetSoapIn)

The request body is of type EinInfoStatusHistoryGet.

Request Body Parameters

NameDescriptionData Type

This is a unique provider id, which can be obtained from CSS

GUId

guid

This is your unique service password which can be obtained from CSS

String (min 1 max 50)

xml:string

This is the providers branch making the web service call (can be obtained via the ProviderBranchesGet web method)

Integer

xml:int

This is the asset id for the given item

String (min 1 max 50)

xml:string

This is the current page beeing viewed

Integer

xml:int

This is the number of items per page you would like returned. If you would like all data returned on one page then pass -1

Integer

xml:int
intItemsPerPage Element intPage Element strEin Element intProviderBranchId Element strPassword Element objProviderGUId Element Sequence EinInfoStatusHistoryGet Element

Overview

Sequence
strPassword optional xs:string
strEin optional xs:string
intPage xs:int
Response (EinInfoStatusHistoryGetSoapOut)

The response body is of type EinInfoStatusHistoryGetResponse.

Response Body Parameters

NameDescriptionData Type
 objEinInfoStatusHistoryGetReturn
xmlDataSet Element strErrorMsg Element intErrorId Element Sequence EinInfoStatusHistoryGetResult Element Sequence EinInfoStatusHistoryGetResponse Element

Overview

Sequence
Sequence
intErrorId xs:int
strErrorMsg optional xs:string
xmlDataSet optional
Sequence
Any
Example
<?xml version="1.0" encoding="UTF-8"?>
<objEinInfoStatusHistoryGetReturn xmlns="http://pro-cloud.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<intErrorId>0</intErrorId>
	<strErrorMsg/>
	<xmlDataSet>
		<NewDataSet xmlns="">
			<Paging>
				<ItemsPerPage>3</ItemsPerPage>
				<Page>1</Page>
				<Pages>1</Pages>
				<Items>3</Items>
			</Paging>
			<History>
				<UId>10349</UId>
				<ProductTemplateId>38571</ProductTemplateId>
				<StockUId>E03</StockUId>
				<Stock_description>Holmatro Hydraulic Core Rescue Equipment</Stock_description>
				<BranchId>65</BranchId>
				<BranchName>STN09 - FS</BranchName>
				<StatusId>2866</StatusId>
				<StatusName>Middle tray</StatusName>
				<MovedByUserId>10012</MovedByUserId>
				<MovedByUsersName>Neil Storey</MovedByUsersName>
				<DateMoved>2016-09-05T21:31:51.36+01:00</DateMoved>
			</History>
			<History>
				<UId>10325</UId>
				<ProductTemplateId>38571</ProductTemplateId>
				<StockUId>E03</StockUId>
				<Stock_description>Holmatro Hydraulic Core Rescue Equipment</Stock_description>
				<BranchId>65</BranchId>
				<BranchName>STN09 - FS</BranchName>
				<StatusId>2422</StatusId>
				<StatusName>Workshop/Repair Status</StatusName>
				<MovedByUserId>9627</MovedByUserId>
				<MovedByUsersName>Andrew Allison</MovedByUsersName>
				<DateMoved>2016-09-05T15:22:38.347+01:00</DateMoved>
			</History>
			<History>
				<UId>10313</UId>
				<ProductTemplateId>38571</ProductTemplateId>
				<StockUId>E03</StockUId>
				<Stock_description>Holmatro Hydraulic Core Rescue Equipment</Stock_description>
				<BranchId>65</BranchId>
				<BranchName>STN09 - FS</BranchName>
				<StatusId>2928</StatusId>
				<StatusName>Store</StatusName>
				<MovedByUserId>4160</MovedByUserId>
				<MovedByUsersName>Demo Firefighter</MovedByUsersName>
				<DateMoved>2016-09-05T11:46:44.343+01:00</DateMoved>
			</History>
		</NewDataSet>
	</xmlDataSet>
</objEinInfoStatusHistoryGetReturn>
See Also
All Operations Resource GroupPro-Cloud API Web Service